home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / Programming / Mac wt 0.04 Folder / MacWT.fat 0.04 / Mac WT source / wt / CHANGES next >
Encoding:
Text File  |  1994-05-06  |  2.6 KB  |  65 lines  |  [TEXT/MMCC]

  1. wt 0.04:
  2.  
  3. - Stopped checking the return value of XStoreColors in x11graphics.c.  This
  4.     function does not return a value.
  5. - 'Sky walls' introduced
  6. - Wall struct changed--removed obsolete bands field, added sky field
  7. - static added to the definitions of functions that were declared static.
  8. - Added Thomas Hamren's (d0hampe@dtek.chalmers.se) GIF87 code
  9. - Cut in Sun Sparc compatibility fixes from Marinos Yannikos
  10.     (nino@vmars.tuwien.ac.at)
  11. - Another patch from Marinos Yannikos:  Fixed end_graphics in x11graphics.c
  12.      to release shared memory
  13. - Added a patch from Joseph Provine (provine@enel.ucalgary.ca) to support X
  14.      servers without the shared memory extension.
  15. - Changed the name of shminfo in x11graphics.c to xshminfo.  This avoids
  16.      a name conflict on Alphas running OSF/1.  This fix from Castor Fu
  17.      (castor@drizzle.stanford.edu)
  18. - #included wt.h in every .c file
  19. - X11 support for PseudoColor on TrueColor and DirectColor devices from
  20.     Joseph Provine (provine@enel.ucalgary.ca)
  21. - Removed obsolete TEST_ASM #define
  22. - Removed extra header files included in linux-console.c
  23. - Added Pekka Pietik{inen's (pp@lyseo.otol.fi) linux mouse support code.
  24.  
  25.  
  26. wt 0.03:
  27.  
  28. - Changed texture file format to something that is more portable.  The texture
  29.     header is now ASCII.
  30. - Added acceleration/deceleration hack to wt.c to make the motion smoother.
  31. - Fixed up the Linux console code to use RAW mode.  Thanks to Pekka
  32.     Pietik{inen (pp@lyseo.otol.fi) for the patches.
  33. - Added page flipping with the svgalib version.  This patch is from
  34.     Harm Hanemaayer (hhanemaa@cs.ruu.nl)
  35. - Fixed bug in end_graphics in x11graphics.c.  Infinite recursion could
  36.     result if there was an error freeing up memory.
  37. - Got rid of input.c, linux-console.h, and x11input.h in one fell swoop.
  38.     The input module interface is now simpler, resembling the graphics
  39.     module interface.
  40. - Optimizations and cleanups in render.c.  I don't think that any of these
  41.     optimizations are significant enough to be noticeable.  One of them
  42.     made the code cleaner as well as faster.  The other will likely be
  43.     important once wt has to deal with larger world files.
  44.  
  45.  
  46. wt 0.02b:
  47.  
  48. - *Really* added the endianness patches to texture.c
  49.  
  50.  
  51. wt 0.02a:
  52.  
  53. - Fixed broken architecture non-specific code in slice.c and fixed.h
  54. - Added endianness patches to texture.c
  55.  
  56.  
  57. wt 0.02:  First source release
  58.  
  59. - Added ceilings.
  60. - Fixed a floors bug which caused floors to be displayed incorrectly
  61.     when view from certain angles.
  62. - Makefile and #defines cleaned up to make it easy to port wt.
  63.  
  64.  
  65. wt 0.01:  Initial release--Linux binaries only